home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / UUPC11QS.ARJ / STATER.H < prev    next >
Text File  |  1991-10-19  |  566b  |  10 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    s t a t e r                                                     */
  3. /*                                                                    */
  4. /*    Report date and size of a file                                  */
  5. /*                                                                    */
  6. /*    Copyright (c) 1991, Andrew H. Derbyshire                        */
  7. /*--------------------------------------------------------------------*/
  8.  
  9. time_t stater(const char *file, long *size);
  10.